home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / Twistpad.exe / 0 / RCDATA / TFRMOPENWITH / TFRMOPENWITH.txt
Text File  |  2008-08-19  |  1KB  |  77 lines

  1. object FrmOpenWith: TFrmOpenWith
  2.   Left = 319
  3.   Top = 188
  4.   BorderStyle = bsDialog
  5.   Caption = 'Open With - '
  6.   ClientHeight = 238
  7.   ClientWidth = 366
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 7
  23.     Width = 125
  24.     Height = 13
  25.     Caption = 'Select a program to open:'
  26.   end
  27.   object ListBox1: TListBox
  28.     Left = 8
  29.     Top = 26
  30.     Width = 251
  31.     Height = 202
  32.     ItemHeight = 13
  33.     TabOrder = 0
  34.     OnDblClick = ListBox1DblClick
  35.   end
  36.   object Button1: TButton
  37.     Left = 270
  38.     Top = 24
  39.     Width = 85
  40.     Height = 24
  41.     Caption = '&Open'
  42.     Default = True
  43.     ModalResult = 1
  44.     TabOrder = 1
  45.     OnClick = Button1Click
  46.   end
  47.   object Button2: TButton
  48.     Left = 270
  49.     Top = 66
  50.     Width = 85
  51.     Height = 24
  52.     Caption = '&Add...'
  53.     TabOrder = 2
  54.     OnClick = Button2Click
  55.   end
  56.   object Button3: TButton
  57.     Left = 270
  58.     Top = 96
  59.     Width = 85
  60.     Height = 24
  61.     Caption = '&Remove'
  62.     TabOrder = 3
  63.     OnClick = Button3Click
  64.   end
  65.   object Button4: TButton
  66.     Left = 270
  67.     Top = 138
  68.     Width = 85
  69.     Height = 24
  70.     Cancel = True
  71.     Caption = '&Close'
  72.     ModalResult = 1
  73.     TabOrder = 4
  74.     OnClick = Button4Click
  75.   end
  76. end
  77.